home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Libraries / stdwin / Appls / tetris / Make.proto next >
Encoding:
Text File  |  1990-09-06  |  161 b   |  16 lines  |  [TEXT/????]

  1.  
  2. #
  3. # Makefile prototype for tetris application
  4. #
  5.  
  6. TETRIS=        $(APPLS)/tetris
  7.  
  8. SRCS=        \
  9.         $(TETRIS)/tetris.c
  10.  
  11. all:        tetris
  12.  
  13. _bootstrap:
  14.     @putprogmf tetris $(SRCS)
  15.  
  16.